home *** CD-ROM | disk | FTP | other *** search
/ Freelog 41 / Freelog041.iso / BestOf / TweakALL / tweakall3fullsetup.exe / {app} / addremove / AddRemove.dll / 0 / RCDATA / TUPDATE / TUPDATE.txt
Text File  |  2002-03-04  |  1KB  |  68 lines

  1. object Update: TUpdate
  2.   Left = 482
  3.   Top = 478
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Update'
  7.   ClientHeight = 83
  8.   ClientWidth = 408
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblDescription: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 53
  23.     Height = 13
  24.     Caption = 'Description'
  25.   end
  26.   object lblCommand: TLabel
  27.     Left = 8
  28.     Top = 32
  29.     Width = 93
  30.     Height = 13
  31.     Caption = 'Un-install Command'
  32.   end
  33.   object edtDescription: TEdit
  34.     Left = 136
  35.     Top = 4
  36.     Width = 265
  37.     Height = 21
  38.     TabOrder = 0
  39.   end
  40.   object edtCommand: TEdit
  41.     Left = 136
  42.     Top = 28
  43.     Width = 265
  44.     Height = 21
  45.     TabOrder = 1
  46.   end
  47.   object Button1: TButton
  48.     Left = 328
  49.     Top = 56
  50.     Width = 75
  51.     Height = 25
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     TabOrder = 2
  55.     OnClick = btnCancelClick
  56.   end
  57.   object Button2: TButton
  58.     Left = 248
  59.     Top = 56
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'OK'
  63.     Default = True
  64.     TabOrder = 3
  65.     OnClick = btnOKClick
  66.   end
  67. end
  68.